ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown<T> Class / Text Property

In This Topic
    Text Property (DropDown<T>)
    In This Topic
    Gets or sets the text shown on the control.
    Syntax
    'Declaration
     
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also